home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS15.ADF / Progs / Stat.DOC < prev    next >
Text File  |  1988-04-20  |  1KB  |  27 lines

  1. Subject: stat.c 
  2. Organization: Dept. of Atmospheric Sciences, U. of Washington 
  3. Summary: A replacement for STATUS 
  4.  
  5. I have been trying to figure out some of the dark, hidden secrets of AmigaDOS 
  6. and my poking around has lead to the following program to replace STATUS. 
  7. I like it because it tells me a lot more than STATUS. 
  8.  
  9. --------------------------------------------------------------------------- 
  10. James M Synge, Department of Atmospheric Sciences, University of Washington 
  11.  
  12. STAT is a replacement for the AmigaDOS command STATUS.  It is far more
  13. informative about the processes then the current command.  For each AmigaDOS
  14. process, it prints the Task number, Priority, the Address of the process in
  15. memory, the Command line being executed, and the current Directory.
  16.  
  17. Below is an example:
  18.  
  19. 1> run stat > ram:d
  20. Task Pri  Address Command                         Directory
  21.   1    0     97b0 run stat > ram:d                 df1:stat
  22.   2   -5    1af88 stat                             df1:stat
  23.  
  24. Good luck, and send me a message if you find any bugs.
  25.  
  26. James M Synge
  27.